trixnity
Toggle table of contents
5.2.0-SNAPSHOT.CI-20260302.101522
linuxX64
Target filter
linuxX64
Switch theme
Search in API
Skip to content
trixnity
trixnity-client-repository-room
/
de.connect2x.trixnity.client.store.repository.room
/
[linuxX64]RoomStateDao_Impl
Room
State
Dao_
Impl
linuxX64
class
RoomStateDao_Impl
(
__db
:
RoomDatabase
)
:
RoomStateDao
Members
Constructors
Room
State
Dao_
Impl
Link copied to clipboard
linuxX64
constructor
(
__db
:
RoomDatabase
)
Types
Companion
Link copied to clipboard
linuxX64
object
Companion
Functions
delete
Link copied to clipboard
linuxX64
open
suspend override
fun
delete
(
roomId
:
RoomId
)
open
suspend override
fun
delete
(
roomId
:
RoomId
,
type
:
String
)
open
suspend override
fun
delete
(
roomId
:
RoomId
,
type
:
String
,
stateKey
:
String
)
delete
All
Link copied to clipboard
linuxX64
open
suspend override
fun
deleteAll
(
)
get
Link copied to clipboard
linuxX64
open
suspend override
fun
get
(
roomId
:
RoomId
,
type
:
String
)
:
List
<
RoomRoomState
>
open
suspend override
fun
get
(
roomId
:
RoomId
,
type
:
String
,
stateKey
:
String
)
:
RoomRoomState
?
open
suspend override
fun
get
(
roomIds
:
Set
<
RoomId
>
,
type
:
String
,
stateKey
:
String
)
:
List
<
RoomRoomState
>
insert
Link copied to clipboard
linuxX64
open
suspend override
fun
insert
(
entity
:
RoomRoomState
)
insert
All
Link copied to clipboard
linuxX64
open
suspend override
fun
insertAll
(
entities
:
List
<
RoomRoomState
>
)